Package-level declarations

Pretty much everything that has to do with SERP providers - including the SERP provider interface itself.

Types

Link copied to clipboard

A reference SERP provider.

Link copied to clipboard
data class ProviderInfo(val name: Int, val description: Int, var titleInSearchBox: Int, var requiresSetup: Boolean = false)

Information about a search engine.

Link copied to clipboard
interface SerpProvider

Allows Gugal to search the web using a search engine.